home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Tools
/
Languages
/
Caml Light 0.61
/
Source
/
src
/
runtime
/
str.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-09-24
|
199 b
|
19 lines
|
[
TEXT/MPS
]
#ifndef _str_
#define _str_
#ifdef ANSI
mlsize_t string_length(value);
value compare_strings(value, value);
#else
mlsize_t string_length();
value compare_strings();
#endif
#endif /* _str_ */